home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- final class ProgressMonitor$1 extends WindowAdapter {
- // $FF: synthetic field
- private final ProgressMonitor.ProgressOptionPane this$1;
- boolean gotFocus;
-
- // $FF: synthetic method
- ProgressMonitor$1(ProgressMonitor.ProgressOptionPane var1) {
- this.this$1 = var1;
- this.gotFocus = false;
- }
-
- public void windowActivated(WindowEvent var1) {
- if (!this.gotFocus) {
- this.this$1.selectInitialValue();
- this.gotFocus = true;
- }
-
- }
-
- public void windowClosing(WindowEvent var1) {
- this.this$1.setValue((Object)null);
- }
- }
-